Skip to content

rustc: Recognize -L framework=foo - #21944

Merged
bors merged 1 commit into
rust-lang:masterfrom
alexcrichton:lframework
Feb 5, 2015
Merged

rustc: Recognize -L framework=foo#21944
bors merged 1 commit into
rust-lang:masterfrom
alexcrichton:lframework

Conversation

@alexcrichton

Copy link
Copy Markdown
Member

On OSX the linker has a separate framework lookup path which is specified via
the -F flag. This adds a new kind of -L path recognized by the compiler for
frameworks to be passed through to the linker.

Closes #20259

On OSX the linker has a separate framework lookup path which is specified via
the `-F` flag. This adds a new kind of `-L` path recognized by the compiler for
frameworks to be passed through to the linker.

Closes rust-lang#20259
@rust-highfive

Copy link
Copy Markdown
Contributor

r? @eddyb

(rust_highfive has picked a reviewer for you, use r? to override)

@eddyb

eddyb commented Feb 4, 2015

Copy link
Copy Markdown
Contributor

@bors r+ 6c62839

bors added a commit that referenced this pull request Feb 5, 2015
On OSX the linker has a separate framework lookup path which is specified via
the `-F` flag. This adds a new kind of `-L` path recognized by the compiler for
frameworks to be passed through to the linker.

Closes #20259
@bors

bors commented Feb 5, 2015

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 6c62839 with merge 2bd8ec2...

@bors

bors commented Feb 5, 2015

Copy link
Copy Markdown
Collaborator

@bors
bors merged commit 6c62839 into rust-lang:master Feb 5, 2015
@alexcrichton
alexcrichton deleted the lframework branch February 5, 2015 17:43
lnicola pushed a commit to lnicola/rust that referenced this pull request Apr 6, 2026
lnicola pushed a commit to lnicola/rust that referenced this pull request Apr 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

When building on OSX, "-L" needs to set the search path for frameworks as well as libraries.

4 participants